home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / softwareupdate / cybergraphix update / cyberupdate2.25 / docs / changes.txt < prev    next >
Text File  |  1997-03-19  |  3KB  |  72 lines

  1.  
  2.  cybergraphics Revision 40.113
  3.  ------------------------------
  4.   - MovePixelArray()/cybergraphics does not trash register D2 anymore.
  5.     This fixes a register trashing problem with BltBitmap()/graphics on
  6.     truecolour bitmaps, too.
  7.   - fixed conversion bug with RGBA/ARGB scaling in ScalePixelArray()/cgx
  8.     when destination bitmap format was RGB15
  9.  
  10.  
  11.  cybergraphics Revision 40.111
  12.  ------------------------------
  13.    - graphics/BitMapScale() now also supports scaling of chunky,hicolour and
  14.      truecolour bitmaps. It only worked for planar destinations before.
  15.  
  16.  cybergraphics Revision 40.108
  17.  ------------------------------
  18.    - gained some speed when allocating true colour bitmaps with
  19.      graphics/AllocBitMap() that don't need to be cleared. This may improve
  20.      window refresh performance sligtly for large windows.
  21.  
  22.  cybergraphics Revision 40.107
  23.  ------------------------------
  24.    - flood fills are a bit faster for planar bitmaps now. This should improve
  25.      performance for certain flood fill operations on workbench icons.
  26.  
  27.  cybergraphics Revision 40.106
  28.  ------------------------------
  29.    - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  30.      on 15/16 bit rgb colour screens. Apps like Frodo4.0 which use
  31.      WritePixelArray/RECTFMT_LUT8 may gain a litte speed due to the
  32.      optimized call. Stack usage increases though.
  33.  
  34.    - BitMapScale()/graphics patch trashed 68k data register D7 in some cases.
  35.      This is now fixed.
  36.  
  37.  cybergraphics Revision 40.105
  38.  ------------------------------
  39.    - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  40.      on 8 bit screens. It should be as fast as WritePixelArray8()/graphics
  41.      patch now. Apps or games which have cybergraphx support and use
  42.      WritePixelArray/RECTFMT_LUT8 instead of WritePixelArray8 may gain a
  43.      litte speed due to the optimized call.
  44.  
  45.  cybergraphics Revision 40.104
  46.  ------------------------------
  47.    - added some code to get powersnap working on truecolour screens
  48.  
  49.  cybergraphics Revision 40.103
  50.  ------------------------------
  51.    - Due to a bug in the rect filling code, swapping/toggling of simple refresh
  52.      windows got really slow unter truecolour screens with previous v2 versions.
  53.      There is really a VISIBLE speed INCREASE with that fixed now when using
  54.      simple refresh windows.
  55.  
  56.    - added flood()/graphics replacement. Programs like PPaint should now work
  57.      completely without chipram when cybergraphics/PLANES2FAST=1 
  58.  
  59.  cybergraphics Revision V40.95
  60.  ------------------------------
  61.    - fixes serious bug in FillPixelArray (register A6 was trashed under
  62.      certain conditions)
  63.  
  64.  
  65.  cyberintuition Revision V40.34
  66.  ------------------------------
  67.    - the tags SA_Draggable,SA_DClip,SA_BlockPen,SA_DetailPen are
  68.      now supported correctly
  69.    - fixed some problems with 8bit screens when no SA_Depth tag
  70.      was supplied and the NOCHIPSCREEN is enabled
  71.  
  72.